Professor
Overview
A Professor represents a professor employed at the University of Texas at Dallas.
Properties
Name | Type | Description | Example |
---|---|---|---|
_id | ObjectId | The MongoDB database id for the Professor object. | ObjectId("61ebbb126e3659537e8a14d6") |
first_name | String | The professor's first name. | John |
last_name | String | The professor's last name. | Doe |
titles | Array - String | The professor's titles. | ["Senior Mathematics Lecturer"], ["Lars Magnus Ericsson Chair", "Dean – Erik Jonsson School of Engineering and Computer Science"] |
String | The professor's email address. | xxx555555@utdallas.edu | |
phone_number | String | The professor's phone number. | 555-555-5555 |
office | Location | The location of the professor's office. | |
profile_uri | String | A hyperlink pointing to the professor's official university profile. | https://profiles.utdallas.edu/XXXXXXX |
image_uri | String | A link to the image used for the professor on the professor's official university profile. | https://profiles.utdallas.edu/storage/media/891/conversions/XXX.jpg |
office_hours | Array - Meeting | A list of all office hours of the professor. | |
sections | Array - ObjectId | A list of references to sections a professor is currently teaching or has taught. This will be sorted in descending order with respect to end_date in the section's academic_session . |